Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better docs for Faker::Food.description #1121

Conversation

jujulisan
Copy link
Contributor

Insert docs for Food Class

def measurement
fetch('food.measurement_sizes') + ' ' + fetch('food.measurements')
end


# Retrieves metric measures
Copy link
Member

@vbrazo vbrazo May 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jujulisan shouldn't it be Retrieves metric mesurements?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks, I'll fix that.

def description
fetch('food.descriptions')
end

# Retrieves a ingredient for dishes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be Retrieves an ingredient for dishes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks, I'll fix that.

@vbrazo
Copy link
Member

vbrazo commented May 20, 2018

@jujulisan could you also rebase this branch with master and fix the Rubocop violations? If you need instructions, check the item 7 out.

Copy link
Member

@vbrazo vbrazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had free time today and decided to rebase the branch and fix the minor requests.

Thanks for contributing 😃 and welcome 🥇

@vbrazo vbrazo merged commit d10d8a5 into faker-ruby:master Jun 1, 2018
@vbrazo vbrazo self-requested a review July 19, 2018 01:41
davidmorton0 pushed a commit to davidmorton0/faker that referenced this pull request Jul 12, 2021
* better docs for Faker::Food.description

* Minor changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants